Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typos #369

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Fix typos #369

wants to merge 4 commits into from

Conversation

Dimitrolito
Copy link

This pull request addresses multiple occurrences of incorrect usage of the article "a" where "an" is required before words starting with vowel sounds. The changes improve grammatical accuracy in code comments and error messages.

Files Changed

  1. client.ts

    • Updated comments to replace "a SDK" with "an SDK".
  2. nftClient.ts

    • Replaced "a SPG NFT Collection" with "an SPG NFT Collection".
  3. nftClient.test.ts

    • Corrected error messages: changed "a SPG NFT collection" to "an SPG NFT collection".
  4. useNftClient.ts

    • Updated comments: replaced "a SPG NFT Collection" with "an SPG NFT Collection".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant